﻿2026-06-15T09:45:24.4049377Z ##[group]Run actions/checkout@v5
2026-06-15T09:45:24.4049633Z with:
2026-06-15T09:45:24.4049909Z   repository: SaberMage/spt-shell-notify
2026-06-15T09:45:24.4050157Z   path: .adapter-notify
2026-06-15T09:45:24.4052173Z   token: ***
2026-06-15T09:45:24.4052372Z   ssh-strict: true
2026-06-15T09:45:24.4052561Z   ssh-user: git
2026-06-15T09:45:24.4052752Z   persist-credentials: true
2026-06-15T09:45:24.4052961Z   clean: true
2026-06-15T09:45:24.4053158Z   sparse-checkout-cone-mode: true
2026-06-15T09:45:24.4053382Z   fetch-depth: 1
2026-06-15T09:45:24.4053567Z   fetch-tags: false
2026-06-15T09:45:24.4053758Z   show-progress: true
2026-06-15T09:45:24.4053949Z   lfs: false
2026-06-15T09:45:24.4054144Z   submodules: false
2026-06-15T09:45:24.4054341Z   set-safe-directory: true
2026-06-15T09:45:24.4054540Z env:
2026-06-15T09:45:24.4054731Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T09:45:24.4054954Z ##[endgroup]
2026-06-15T09:45:24.5765808Z Syncing repository: SaberMage/spt-shell-notify
2026-06-15T09:45:24.5766385Z ##[group]Getting Git version info
2026-06-15T09:45:24.5766799Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-15T09:45:24.5767339Z [command]/usr/bin/git version
2026-06-15T09:45:24.5792092Z git version 2.43.0
2026-06-15T09:45:24.5807951Z ##[endgroup]
2026-06-15T09:45:24.5818344Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/9b4fd417-90c6-4568-81be-5e6bce5ba634' before making global git config changes
2026-06-15T09:45:24.5819158Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T09:45:24.5821416Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-15T09:45:24.5850818Z ##[group]Initializing the repository
2026-06-15T09:45:24.5853373Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-15T09:45:24.5878029Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-15T09:45:24.5878785Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-15T09:45:24.5879427Z hint: of your new repositories, which will suppress this warning, call:
2026-06-15T09:45:24.5879841Z hint: 
2026-06-15T09:45:24.5880122Z hint: 	git config --global init.defaultBranch <name>
2026-06-15T09:45:24.5880465Z hint: 
2026-06-15T09:45:24.5880771Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-15T09:45:24.5881263Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-15T09:45:24.5881639Z hint: 
2026-06-15T09:45:24.5881847Z hint: 	git branch -m <name>
2026-06-15T09:45:24.5883200Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-15T09:45:24.5889788Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-15T09:45:24.5947858Z ##[endgroup]
2026-06-15T09:45:24.5948362Z ##[group]Disabling automatic garbage collection
2026-06-15T09:45:24.5951209Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T09:45:24.5978684Z ##[endgroup]
2026-06-15T09:45:24.5979080Z ##[group]Setting up auth
2026-06-15T09:45:24.5984007Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T09:45:24.6006974Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T09:45:24.6210852Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T09:45:24.6235540Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T09:45:24.6414215Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T09:45:24.6442846Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T09:45:24.6632333Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T09:45:24.6662648Z ##[endgroup]
2026-06-15T09:45:24.6663119Z ##[group]Determining the default branch
2026-06-15T09:45:24.6666343Z Retrieving the default branch name
2026-06-15T09:45:25.1915059Z Default branch 'main'
2026-06-15T09:45:25.1915793Z ##[endgroup]
2026-06-15T09:45:25.1916252Z ##[group]Fetching the repository
2026-06-15T09:45:25.1920670Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-15T09:45:25.9885450Z From https://github.com/SaberMage/spt-shell-notify
2026-06-15T09:45:25.9886013Z  * [new branch]      main       -> origin/main
2026-06-15T09:45:25.9904758Z ##[endgroup]
2026-06-15T09:45:25.9905206Z ##[group]Determining the checkout info
2026-06-15T09:45:25.9906705Z ##[endgroup]
2026-06-15T09:45:25.9910693Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T09:45:25.9943492Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T09:45:25.9969364Z ##[group]Checking out the ref
2026-06-15T09:45:25.9971962Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-15T09:45:26.0010059Z Switched to a new branch 'main'
2026-06-15T09:45:26.0011369Z branch 'main' set up to track 'origin/main'.
2026-06-15T09:45:26.0015200Z ##[endgroup]
2026-06-15T09:45:26.0045178Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T09:45:26.0068906Z ee2d37eadc730c0019e0af82d683074c509634a2
